home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
telecomm
/
bbs
/
wwbbs.lha
/
WWBBS
/
Programming
/
Include
/
wwbbs_lib.h
Wrap
Text File
|
1994-09-19
|
409b
|
15 lines
#define GLFLG_Edit (1<<0)
#define GLFLG_NoEcho (1<<1)
#define GLFLG_NoEmpty (1<<2)
#define GLFLG_Format (1<<3)
#define GLFLG_ToLower (1<<4)
#define GLFLG_ToUpper (1<<5)
#define GLFLG_Chars (1<<6)
#define GLFLG_Digits (1<<7)
#define GLFLG_NoChars (1<<8)
#define GLFLG_NoDigits (1<<9)
#define GLFLG_NoSpaces (1<<10)
#define GLFLG_NoPunct (1<<11)
#define GLFLG_BeginChar (1<<12)
#define GLFLG_BeginDigit (1<<13)